Release 10.1A: OpenEdge Development:
Debugging and Troubleshooting


Clearing the log file

You can clear messages from the current log file, and leave the log file open for writing by using the following:

Table 5–5 shows how to clear the log file.

Table 5–5: Clearing the log file 
Method
General syntax
Example
Startup parameter
-clearlog  
-clientlog mylog.log 
-clearlog 
LOG-MANAGER
system handle
LOG-MANAGER:CLEAR-LOG( ) 
LOG-MANAGER:CLEAR-LOG( )  
Progress Explorer
or
ubroker.properties files
logAppend = 0 or 1 
srvrLogAppendFile= 0 or 1 
brkrLogAppend= 0 or 1 
srvrLogAppendFile=0  

For a detailed description of the Clear Log (-clearlog) startup parameter, see OpenEdge Deployment: Startup Command and Parameter Reference .

For a detailed description of the LOG-MANAGER system handle, see OpenEdge Development: Progress 4GL Reference .


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095